home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / DESK95 / search / SEARCH32.EX_ / SEARCH32.EX / 0 / RCDATA / TFORMRESEARCH / TFORMRESEARCH.txt
Text File  |  1997-03-15  |  982b  |  52 lines

  1. object FormResearch: TFormResearch
  2.   Left = 211
  3.   Top = 228
  4.   BorderStyle = bsDialog
  5.   Caption = 'Search among Files Found'
  6.   ClientHeight = 60
  7.   ClientWidth = 378
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 4
  18.     Top = 5
  19.     Width = 371
  20.     Height = 51
  21.     Style = bsRaised
  22.   end
  23.   object lblSearchExpr: TLabel
  24.     Left = 19
  25.     Top = 14
  26.     Width = 116
  27.     Height = 13
  28.     Caption = 'Enter search expression:'
  29.     FocusControl = cmbSearchExpr
  30.   end
  31.   object cmbSearchExpr: TComboBox
  32.     Left = 19
  33.     Top = 29
  34.     Width = 276
  35.     Height = 21
  36.     HelpContext = 5
  37.     ItemHeight = 13
  38.     TabOrder = 0
  39.   end
  40.   object cmdOK: TButton
  41.     Left = 295
  42.     Top = 28
  43.     Width = 65
  44.     Height = 23
  45.     Caption = 'OK'
  46.     Default = True
  47.     ModalResult = 1
  48.     TabOrder = 1
  49.     OnClick = cmdOKClick
  50.   end
  51. end
  52.